home *** CD-ROM | disk | FTP | other *** search
- Option Explicit
-
- Type VBREGS
- ax As Integer
- bx As Integer
- cx As Integer
- dx As Integer
- si As Integer
- di As Integer
- cflag As Integer
- ds As Integer
- es As Integer
- End Type
-
- Declare Function VBInt% Lib "VBINT.DLL" Alias "#1" (ByVal servNr%, inRegs As VBREGS, outRegs As VBREGS)
- Declare Function GetSegment% Lib "VBINT.DLL" Alias "#2" (ByVal stringVar$)
- Declare Function GetOffset% Lib "VBINT.DLL" Alias "#3" (ByVal stringVar$)
-
-